Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant dev install instructions, loosen pydantic pin #295

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

davidbrochart
Copy link
Collaborator

@davidbrochart davidbrochart commented Jan 9, 2025

Description

The CONTRIBUTING.md guide instructs to install JupyterLab, but it's already present in requirements-build.txt.
Also, pydantic v2.4.2 doesn't seem to have wheels for Python 3.13, and would need a Rust compiler, so I guess a newer version should be allowed.

Checklist

  • PR has a descriptive title and content.
  • PR has one of the labels: documentation, bug, enhancement, feature, maintenance
  • Checks are passing.
    Failing lint checks can be resolved with:
    • pre-commit run --all-files
    • jlpm run lint

📚 Documentation preview: https://jupytergis--295.org.readthedocs.build/en/295/
💡 JupyterLite preview is available from the doc, by clicking on lite badge

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Binder 👈 Launch a Binder on branch davidbrochart/jupytergis/install

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Integration tests report: appsharing.space

Copy link
Member

@mfisher87 mfisher87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@@ -13,8 +13,6 @@ The `jlpm` command is JupyterLab's pinned version of
git clone https://github.com/geojupyter/jupytergis.git
# Change directory to the jupytergis directory
cd jupytergis
# Install JupyterLab for jlpm
pip install jupyterlab
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@mfisher87 mfisher87 changed the title Update dev install Remove redundant dev install instructions, loosen pydantic pin Jan 9, 2025
@mfisher87
Copy link
Member

Integration tests are detecting visual regressions, clearly not caused by this PR. Merging!

@mfisher87 mfisher87 merged commit ecf3db7 into geojupyter:main Jan 9, 2025
14 of 16 checks passed
@davidbrochart davidbrochart deleted the install branch January 9, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants